-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(elasticloadbalancingv2): Add support for application cookies #13142
Conversation
The more I think about this... the more I want to simply reuse |
@njlynch When time permits let me know what your initial thoughts are and I'll definitely modify this PR based on your guidance/feedback. Thanks! |
I agree -- I think we can keep the |
Thanks @njlynch... I'm on it. |
packages/@aws-cdk/aws-elasticloadbalancingv2/lib/alb/application-target-group.ts
Outdated
Show resolved
Hide resolved
@njlynch fixed... please review. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great. Lots of minor nit-picks.
packages/@aws-cdk/aws-elasticloadbalancingv2/lib/alb/application-listener.ts
Outdated
Show resolved
Hide resolved
packages/@aws-cdk/aws-elasticloadbalancingv2/lib/alb/application-listener.ts
Outdated
Show resolved
Hide resolved
packages/@aws-cdk/aws-elasticloadbalancingv2/lib/alb/application-target-group.ts
Outdated
Show resolved
Hide resolved
packages/@aws-cdk/aws-elasticloadbalancingv2/lib/alb/application-target-group.ts
Outdated
Show resolved
Hide resolved
packages/@aws-cdk/aws-elasticloadbalancingv2/lib/alb/application-target-group.ts
Show resolved
Hide resolved
packages/@aws-cdk/aws-elasticloadbalancingv2/test/alb/target-group.test.ts
Outdated
Show resolved
Hide resolved
packages/@aws-cdk/aws-elasticloadbalancingv2/test/integ.alb.stickiness.ts
Outdated
Show resolved
Hide resolved
Co-authored-by: Nick Lynch <nlynch@amazon.com>
Pull request has been modified.
…on-listener.ts Co-authored-by: Nick Lynch <nlynch@amazon.com>
…on-listener.ts Co-authored-by: Nick Lynch <nlynch@amazon.com>
…on-target-group.ts Co-authored-by: Nick Lynch <nlynch@amazon.com>
…roup.test.ts Co-authored-by: Nick Lynch <nlynch@amazon.com>
https://aws.amazon.com/about-aws/whats-new/2021/02/application-load-balancer-supports-application-cookie-stickiness/
Maybe I shouldn't have deprecated
stickinessCookieDuration
... which is essentially a rename toloadBalancerStickinessCookieDuration
.... but that can be easily reverted based on the feedback I recieve.As always... feedback is much appreciated. Thanks! 👍
edit:
lb_cookie
app_cookie
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license